Skip to content

Conversation

@openshift-monitoring-bot
Copy link

Description

This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.
If you wish to perform this manually, execute the following commands from openshift/prometheus-operator repo:

git fetch https://github.com/prometheus-operator/prometheus-operator --tags
if ! git merge refs/tags/v0.88.0 --no-edit; then
  git checkout --theirs CHANGELOG.md Documentation VERSION bundle.yaml example go.mod go.sum scripts/go.mod scripts/go.sum pkg
  git checkout --ours 
  git add CHANGELOG.md Documentation VERSION bundle.yaml example go.mod go.sum scripts/go.mod scripts/go.sum pkg 
  git merge --continue
fi
go mod tidy
go mod vendor

if [ -f scripts/rh-manifest.sh ]; then
  bash scripts/rh-manifest.sh
  git add rh-manifest.txt
  git diff --cached --exit-code || git commit -s -m "[bot] update rh-manifest.txt"
fi

dependabot bot and others added 30 commits November 21, 2025 12:02
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.67.3 to 0.67.4.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.67.3...v0.67.4)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/common-0.67.4

build(deps): bump github.com/prometheus/common from 0.67.3 to 0.67.4
…dependabot/github_actions/golangci/golangci-lint-action-9.1.0

build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
…date-thanos-v0.40.1

chore: Update thanos version to v0.40.1 and golang version to 1.25
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.44.0 to 0.45.0.
- [Commits](golang/crypto@v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](golang/crypto@v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 7.2.1 to 8.0.0.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@76c6f6d...3294df5)

---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/golang.org/x/crypto-0.45.0

build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0
…dependabot/go_modules/scripts/golang.org/x/crypto-0.45.0

build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /scripts
…dependabot/github_actions/streetsidesoftware/cspell-action-8.0.0

build(deps): bump streetsidesoftware/cspell-action from 7.2.1 to 8.0.0
This commit adds the following arguments in jsonnet + default manifests:

* `--watch-referenced-objects-in-all-namespaces=true`
* `--disable-unmanaged-prometheus-configuration=true`

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit adds a test ensuring that a bad statefulset definition (due
to an invalid image in this case) doesn't lead to a stuck roll-out once
the definition is fixed.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…atefulset-stuck-rollout

test: ensure that bad rollouts can be reverted
…-default-args

change: add new arguments to manifests
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…http-config-for-probes

feat: unify HTTP configuration for Probe CRD
This commit introduces a new `podManagementPolicy` field for
statefulset-based workloads (Prometheus, PrometheusAgent, Alertmanager
and ThanosRuler). While the default will still be `Parallel`, users have
expressed the need to use `OrderedReady` in specific situations.

Closes prometheus-operator#2753

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit introduces the `NoSelectedResources` reason for the
`Reconciled` condition when a workload object selects no resources
(valid or invalid). It should make it easier to detect when resource
selectors are null or match no resource.

The `Alertmanager` resource is the exception because the configuration
may be provided only via a reference to a Secret key.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…or thanos

Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.307.3 to 0.308.0.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.307.3...v0.308.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.308.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.308.0

build(deps): bump github.com/prometheus/prometheus from 0.307.3 to 0.308.0
feat: expose pod management policy for workloads
…ources-selected-condition

feat: add new NoSelectedResources reason
simonpasquier and others added 23 commits January 7, 2026 11:30
…-url-validation

pkg/alertmanager: add URL validation for Webhook receiver
…-release-md

chore: assign myself to v0.89 release
…-todo

change: use narrower selector for informers
* feat: add azure workload idendity

* feat: add azure workload identity

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* Update pkg/prometheus/operator.go

Co-authored-by: Simon Pasquier <spasquie@redhat.com>

* Update pkg/prometheus/operator.go

Co-authored-by: Simon Pasquier <spasquie@redhat.com>

* feat: checks

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* feat: tests

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* feat: tests thanos

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* fix: comments

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* fix: comments

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* fix: tests

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

---------

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.308.1 to 0.309.0.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.308.1...v0.309.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.309.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ertmanager_type

docs(alertmanager_types.go): fix misleading doc for WebexConfig
…idation-incidentio

pkg/alertmanager: add URL validation checks for Incident.io receiver
…#8240)

* feat: add scope support for azuread rw

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

* fix: rebase

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>

---------

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.309.0

build(deps): bump github.com/prometheus/prometheus from 0.308.1 to 0.309.0
…k-validations

Feat: Add Validations to Slack Receiver in Alertmanager Config CR
…ometheus-operator#7977)

* add wechat global config validation

* move to cb method

* add missing import

* trigger ci

* move to amcfg file

* trigger ci

* validate: add wechat semantic validation

to cover url validation case

* validation: update wechat validation

to prevent nil pointer exception
…-operator#8231)

Adds URL validation for MSTeams receiver configuration fields when loaded from secrets. This ensures URLs are validated regardless of whether configurations come from CustomResources or secrets.
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.309.0 to 0.309.1.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.309.0...v0.309.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.309.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.309.1

build(deps): bump github.com/prometheus/prometheus from 0.309.0 to 0.309.1
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
v0.88.0

# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQSokP0TscCROFZv61M+EAu2vSkUjgUCaWDXsAAKCRA+EAu2vSkU
# jqWCAQC3MkSpbZpDogA3IOPY5uenQ+T8yTSUaUYrvGx2h3h7cAEAlM40bwjaNiuZ
# K4bAprd14q8aH3bsBG1VAhQQyT9vmgk=
# =M2cQ
# -----END PGP SIGNATURE-----
# gpg: directory '/home/runner/.gnupg' created
# gpg: keybox '/home/runner/.gnupg/pubring.kbx' created
# gpg: Signature made Fri Jan  9 10:25:52 2026 UTC
# gpg:                using EDDSA key A890FD13B1C09138566FEB533E100BB6BD29148E
# gpg: Can't check signature: No public key
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@openshift-ci openshift-ci bot requested review from machine424 and slashpai January 10, 2026 02:03
@openshift-ci
Copy link

openshift-ci bot commented Jan 10, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: openshift-monitoring-bot[bot]
Once this PR has been reviewed and has the lgtm label, please assign jan--f for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Jan 10, 2026

@openshift-monitoring-bot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-agnostic-cmo 819c1fd link true /test e2e-agnostic-cmo
ci/prow/okd-scos-images 819c1fd link true /test okd-scos-images
ci/prow/images 819c1fd link true /test images
ci/prow/e2e-aws 819c1fd link true /test e2e-aws
ci/prow/security 819c1fd link false /test security
ci/prow/verify-deps 819c1fd link true /test verify-deps
ci/prow/vendor 819c1fd link true /test vendor
ci/prow/test-unit 819c1fd link true /test test-unit
ci/prow/ginkgo-tests-cmo 819c1fd link false /test ginkgo-tests-cmo
ci/prow/e2e-aws-upgrade 819c1fd link true /test e2e-aws-upgrade

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@slashpai
Copy link
Member

Needs go 1.25

@slashpai
Copy link
Member

/hold till go 1.25 available in OCP

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.